home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Theme3.dxr / Internal_27_go etude.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  290 b   |  17 lines

  1. on mouseUp me
  2.   global gScheggia
  3.   if soundBusy(1) then
  4.     sound stop 1
  5.   end if
  6.   if soundBusy(2) then
  7.     sound stop 2
  8.   end if
  9.   if gScheggia = "on" then
  10.     gScheggia = "off"
  11.     unLoad()
  12.     set the member of sprite 44 to member("TastiOpere5")
  13.   end if
  14.   cursor(-1)
  15.   go("etude")
  16. end
  17.